home *** CD-ROM | disk | FTP | other *** search
- object fFlash: TfFlash
- Left = 232
- Top = 209
- BorderIcons = [biSystemMenu]
- BorderStyle = bsSingle
- Caption = 'Insert Flash Movie'
- ClientHeight = 198
- ClientWidth = 466
- Color = clBtnFace
- ParentFont = True
- OldCreateOrder = False
- Position = poScreenCenter
- OnCreate = FormCreate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Edit1: TEdit
- Left = 9
- Top = 9
- Width = 408
- Height = 21
- TabOrder = 0
- end
- object Button1: TButton
- Left = 421
- Top = 9
- Width = 39
- Height = 24
- Caption = '...'
- TabOrder = 1
- OnClick = Button1Click
- end
- object CheckBox1: TCheckBox
- Left = 312
- Top = 52
- Width = 105
- Height = 18
- Caption = 'Loop movie'
- TabOrder = 2
- OnClick = CheckBox1Click
- end
- object GroupBox1: TGroupBox
- Left = 9
- Top = 43
- Width = 183
- Height = 105
- TabOrder = 3
- object Label1: TLabel
- Left = 9
- Top = 26
- Width = 31
- Height = 13
- Caption = 'Height'
- end
- object Label2: TLabel
- Left = 95
- Top = 26
- Width = 28
- Height = 13
- Caption = 'Width'
- end
- object Label3: TLabel
- Left = 9
- Top = 78
- Width = 77
- Height = 13
- Caption = 'This is optional !'
- end
- object SpinEdit1: TSpinEdit
- Left = 9
- Top = 43
- Width = 70
- Height = 22
- MaxValue = 0
- MinValue = 0
- TabOrder = 0
- Value = 0
- end
- object SpinEdit2: TSpinEdit
- Left = 95
- Top = 43
- Width = 71
- Height = 22
- MaxValue = 0
- MinValue = 0
- TabOrder = 1
- Value = 0
- end
- end
- object Button2: TButton
- Left = 9
- Top = 165
- Width = 81
- Height = 27
- Caption = 'Ok'
- Default = True
- ModalResult = 1
- TabOrder = 4
- end
- object Button3: TButton
- Left = 381
- Top = 165
- Width = 82
- Height = 27
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 5
- end
- object ActionList1: TActionList
- Left = 234
- Top = 89
- object CloseWindow: TAction
- Caption = 'CloseWindow'
- ShortCut = 27
- OnExecute = CloseWindowExecute
- end
- end
- object OpenDialog1: TJvOpenDialog
- Options = [ofHideReadOnly, ofPathMustExist, ofEnableSizing]
- Height = 0
- Width = 0
- Left = 304
- Top = 128
- end
- end
-